func crypto/md5.consumeUint64

2 uses

	crypto/md5 (current package)
		md5.go#L85: 	b, d.len = consumeUint64(b)
		md5.go#L90: func consumeUint64(b []byte) ([]byte, uint64) {